/*
 * @Author: mikey.laopi 
 * @Date: 2019-07-22 00:45:47 
 * @Last Modified by: mikey.laopi
 * @Last Modified time: 2019-08-26 12:57:35
 */
/* basic */
html {
    font-size: 16px;
    font-size: 625%;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* 导航 */
.navbarKemei {
    max-width: 1920px;
    margin: 0 auto;
    background-color: #fafafa;
    border: 0 none;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
    height: 80px;
    margin-bottom: 0;
    position: relative;
    z-index: 999;
}

.navbar-brand {
    height: 90px;
}

.navbar-nav {}

.navbar-nav>li {
    padding: 15px 0;
}

.navbar-default .navbar-nav>li>a {
    height: 44px;
    line-height: 44px;
    padding: 0;
    color: #165FA8;
    font-size: 20px;
    font-weight: 700;
    margin: 0 15px;
    letter-spacing: 1px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: rgb(22, 82, 143);
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    margin: 0;
    padding: 0 15px;
    background: none;
}

.dropdown-menu,
.navbar-right .dropdown-menu {
    top: 80px;
    right: 10px;
    min-width: 60px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #165FA8;
    border-bottom: 3px solid #d51e18;
    background: none;
}

.navbar-form {
    margin: 27px 0;
    padding: 0 0 0 15px;
}

.btn-search {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px;

    background: url(../images/search-bn.png) 0 0 no-repeat;
    background-size: 100%;
    width: 26px;
    height: 23px;
}

/* 路径导航 */
.breadcrumb {
    background: none;
    text-align: right;
    padding: 30px 15px;
    font-size: 16px;
    font-size: 0.16rem;
}

.breadcrumb li:first-child::before {
    content: '';
    display: inline-block;
    background: url(../images/home.png) 0 0 no-repeat;
    background-size: 100%;
    width: 21px;
    height: 16px;
    margin: 0 10px 0 0;
    vertical-align: text-top;
}

/* footer */
.footer {
    background: #313332;
    color: #626262;
    font-size: 16px;
    max-width: 1920px;
    margin: 0 auto;
}

.footer h3 {
    color: #f6f6f6;
    font-size: 18px;
}

.footer a {
    color: #626262;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    width: 1440px;
    padding: 60px 0;
}

.flex-left {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    flex: 5;
}

.sitemap {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 15px 0;
    float: left;
}

.sitemap .item {
    flex: 1;
    padding: 0 15px 0 0;
}

.sitemap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 30px;
}

.sitemap h3 {
    margin: 0 0 30px 0;
    line-height: 30px;
}

.contact {
    flex: 1;
    padding: 15px 0;
    width: 100%;
    clear: both;
    float: left;
    display: block;
    border: 1px solid #313332;
}

.contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    flex-wrap: wrap;
}

.contact li {
    margin: 0;
    padding-left: 50px;
    padding-right: 50px;
}

.contact li i {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    float: left;
    margin-left: -40px;
    margin-top: 5px;
}

.contact li i.mail {
    background-image: url(../images/email.png);
    width: 23px;
    height: 15px;
    margin-top: 10px;
}

.contact li i.tel {
    background-image: url(../images/phone.png);
    width: 20px;
    height: 20px;
}

.contact li i.address {
    background-image: url(../images/pos.png);
    width: 18px;
    height: 23px;
}

.serchfot {
    width: 222px;
    height: 44px;
    border-radius: 30px;
    border: 2px solid #646665;
}

.serch-qr {
    padding: 0;
    margin: 0;
    flex: 1;
}

.serchfot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.serchInp {
    background: none;
    width: 85%;
    border: 0 none;
    padding: 0 6px;
}

.serchICO {
    padding: 0 5px;
    text-align: center;
    cursor: pointer;
    width: 18px;
    height: 18px;
    background: url(../images/search-s.png) 0 0 no-repeat;
    background-size: 100%;
    text-indent: -1000px;
    overflow: hidden;
}

.qr {
    width: 222px;
    height: 222px;
    background: #252527;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.qrimg {
    width: 121px;
    height: 121px;
}

.copyRightBlock {
    padding: 0 0 30px 0;
    font-size: 14px;
    width: 1440px;
}

.copyRightbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.copyRighttxt span {
    margin: 0 15px 0 0;
}

.linebar {
    border-top: 1px solid #656565;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    margin: 0;
    margin-bottom: 20px;
}

.links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.links li {
    display: inline-block;
    margin: 0 5px;
    text-align: center;
    vertical-align: middle;
}

/* main */
.main {
    min-height: 600px;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

/* 关于科美 */
.banner {
    border-bottom: 1px solid #506b89;
    position: relative;
    overflow: hidden;
}

.banner-btn {
    position: absolute;
    z-index: 4;
    bottom: 100px;
    width: 100%;
    text-align: center;
}

.banner-btn-ul li.banner-btn-li {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #144a97;
    border-radius: 50%;
    margin: 0 10px;
    cursor: pointer;
}

.banner-btn-ul li.active {
    background: #144a97;
    cursor: default;
}

.banner-box {
    /* display: flex; */
    align-items: center;
    /* width: 300%; */
}

.banner-item {
    position: relative;
    z-index: 1;
    width: 100%;
}

.banner-title {
    position: absolute;
    z-index: 10;
    left: 50%;
    margin-left: -30%;
    top: 15%;
    color: #215496;
    font-size: 66px;
    line-height: 80px;
    width: 60%;
    text-transform: uppercase;
}

.banner-title span {
    display: block;
    padding: 0;
    font-family: "SourceHanSansCN-Light";
    letter-spacing: 3px;
    margin: 30px 0;
}

.banner-title span.more {
    font-size: 20px;
    border: 1px solid #215496;
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 1.5;
    padding: 7px 30px 7px 50px;
    border-radius: 18px;
}

.banner-title span.more:hover {
    background: #144a97;
    color: #fff;
}

.banner-title span.more:hover a {
    color: #fff;
}

.banner-title span.more a {
    text-decoration: none;
}

.banner-item img {
    width: 100%;
}

/* tabMap */
.tabMap {
    border-bottom: 1px solid #506b89;
    position: relative;
    z-index: 2;
    top: -1px;
    background: #fff;
}

.tabMap-ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tabMapBlock {
    display: none;
}

#PRODUCTS .tabMap-ul {
    width: 50%;
    margin: 0 auto;
}

.tabMap-li {
    padding: 25px 10px;
    border-left: 1px solid #506b89;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #20589F;
    cursor: pointer;
    flex: 1;
}
.tabMap-ul li a {
    /* flex: 4; */
    text-decoration: none;
}
.tabMap-ul li span.tit-ico {
    display: block;
    width: 26px;
    height: 44px;
    /* flex: 1; */
    text-align: right;
}

.tabMap-ul li span.tit-ico::after {
    content: '';
    display: block;
    width: 26px;
    height: 44px;
    background: url(../images/blood-blue.png) 0 0 no-repeat;
    background-size: 100%;
    display: none;
}

.tabMap-ul li:first-child {
    border-left: 0 none;
}

.tabMap-li span {
    text-align: center;
}

.tabMap-li span.tit-con {
    /* display: flex; */
    flex-wrap: wrap;
    align-items: center;
    /* flex: 4; */
}

.tabMap-li span.tit-con span {
    /* width: 100%; */
    display: block;
    padding: 0 10px 0 0;
}

.tabMap-li span.tit-cn {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}

.tabMap-li span.tit-en {
    font-size: 12px;
    font-weight: 400;
}

.tabMap-ul li span.tit-ico .icoimg{
    display: inline-block;
    width: 26px;
    height: 44px;
    background: url(../images/blood-blue.png) 0 0 no-repeat;
    background-size: 100%;
}

.display {
    display: block;
}

.tabMap-ul li:hover span.tit-ico .icoimg,.tabMap-ul li.current span.tit-ico .icoimg {
    display: inline-block;
    width: 26px;
    height: 44px;
    background: url(../images/blood.png) 0 0 no-repeat;
    background-size: 100%;
}

#homepage .tabMap {
    border-bottom: 1px solid #506b89;
    top: 0;
    background: #fff;
	min-height: 97px;
	margin-top:-70px;
}

#homepage .tofix {
    z-index: 10;
}

#homepage .tofix .tabMap-container {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
}

.block-title {
    color: #1D4E91;
    font-size: 28px;
    font-size: 0.28rem;
    text-align: center;
    margin: 30px 0;
    text-transform: uppercase;
}

.block-title span {
    display: block;
}

.block-title .tit-cn {
    font-size: 40px;
    font-size: 0.40rem;
    font-weight: 700;
}

.block-title .tit-line {
    border-bottom: 2px solid #cd0000;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    width: 40px;
    margin: 0 auto;
    margin-top: 20px;
}

.block-title .tit-line-1 {
    border-bottom: 2px solid transparent;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    width: 40px;
    margin: 0 auto;
    margin-top: 20px;
}

/* ========================== */
.wrapBlock {
    margin-bottom: 50px;
}

.block-tit,
.block-p {
    width: 960px;
    margin: 0 auto;
}

.block-tit {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #1f589f;
    color: #fff;
    border-radius: 15px;
    padding: 10px 0;
}

.block-tit li {
    /* display: flex;
    justify-content: space-around;
    align-items: center;*/
    flex: 1;
    border-right: 1px solid #fff;
    text-align: center;
}

.block-tit li:last-child {
    border-right: 0 none;
}

.block-tit li b {
    font-size: 30px;
    font-weight: normal;
}

.block-tit li em {
    display: block;
    font-style: normal;
    color: #ffffff;
    text-align: center;
}

.block-p p {
    font-size: 18px;
    text-indent: 2em;
    line-height: 1.8em;
    margin-top: 30px;
    font-weight: 200;
}

/* 公司简介 */
.aboutBar {
    background: url(../images/about/aboutbg1.png) 0 0 no-repeat;
    background-size: 100%;
    padding: 30px 0 0 0;
}

.aboutImg {
    background: url(../images/about/4001.jpg) 0 0 no-repeat;
    background-size: 100%;
    width: 980px;
    margin: 0 auto;
    padding: 30px 60px 60px;
}

.aboutB_tit {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex: 1;
    width: 360px;
    margin: 0 auto;
    color: #fff;
}

.aboutB_img {
    border-right: 1px solid #fff;
    padding-right: 28px;
}

.aboutB_tit img {
    width: 135px;
}

.aboutB_tit b {
    font-size: 50px;
    font-weight: normal;
}

.aboutB_tit em {
    display: block;
    font-style: normal;
    text-align: center;
}

.aboutImg p {
    font-size: 20px;
    text-indent: 2em;
    line-height: 2em;
    color: #fff;
    margin-top: 30px;
    font-weight: 200;
}

/* 领导与领导团队 */
.teamBar {
    background: url(../images/about/4003.jpg) 0 0 no-repeat;
    background-size: 100%;
    padding-top: 580px;
    position: relative;
    overflow: hidden;
}

@keyframes circle1 {

    from,
    50%,
    to {
        opacity: 0;
        transform: scale3d(0.6, 0.6, 0.6);
    }

    25%,
    75% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.circle1 {
    animation-name: circle1;
    background-image: url(../images/circle1.png);
    width: 10vh;
    height: 10vh;
    background-position: 50% 50%;
    background-size: contain;
    position: absolute;
    top: 20%;
    left: 30%;

}

@keyframes flash {

    from,
    50%,
    to {
        opacity: 0;
    }

    25%,
    75% {
        opacity: .8;
    }
}

@keyframes circle2 {

    from,
    50%,
    to {
        opacity: 0;
        transform: scale3d(0.5, 0.5, 0.5);
    }

    25%,
    75% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.circle2 {
    animation-name: circle2;
    background-image: url(../images/circle1.png);
    width: 15vh;
    height: 15vh;
    background-position: 50% 50%;
    background-size: contain;
    position: absolute;
    top: 20%;
    right: 30%;

}
.circle5 {
    animation-name: circle2;
    background-image: url(../images/circle1.png);
    width: 12vh;
    height: 12vh;
    background-position: 50% 50%;
    background-size: contain;
    position: absolute;
    top: 30%;
    left: 5%;

}

@keyframes circle3 {

    from,
    50%,
    to {
        opacity: 0;
        transform: scale3d(0.5, 0.5, 0.5);
    }

    25%,
    75% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

@keyframes circle4 {

    from,
    50%,
    to {
        opacity: 0;
        transform: scale3d(0.7, 0.7, 0.7);
    }

    25%,
    75% {
        opacity: .8;
        transform: scale3d(1, 1, 1);
    }
}

.circle3 {
    animation-name: circle2;
    background-image: url(../images/circle2.png);
    width: 15vh;
    height: 15vh;
    background-position: 50% 50%;
    background-size: contain;
    position: absolute;
    top: 20%;
    right: 10%;

}

.circle4 {
    animation-name: circle4;
    background-image: url(../images/circle1.png);
    width: 15vh;
    height: 15vh;
    background-position: 50% 50%;
    background-size: contain;
    position: absolute;
    top: 7%;
    right: 29%;

}

.anim {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: linear;
}

.anim.infi {
    animation-iteration-count: infinite;
}

.anim.d1 {
    animation-duration: 5s;
}

.anim.d2s {
    animation-duration: 15s;
}

.anim.d3s {
    animation-duration: 25s;
}

.anim.d4s {
    animation-duration: 35s;
}

.anim.d5s {
    animation-duration: 40s;
}

.anim.dl2s {
    animation-delay: 2s;
}

.anim.dl4s {
    animation-delay: 4s;
}

/* 核心技术与团队 */
.coreBar {
    background: url(../images/about/4006.png) 0 0 no-repeat;
    background-size: 100%;
    padding-top: 490px;
    position: relative;
}

.coreTit img {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
}

.shu div {
    float: left;
    font-size: 18px;
    /*width: 20px !important;*/
    margin-left: 20px;
    font-weight: 200;
    line-height: 30px;
    width: 100% !important;
}

/* 价值观与企业文化 */
.valuesBar {
    background: url(../images/about/4008.jpg) 0 60% no-repeat;
    background-size: 100%;
    padding: 60px 0;
    color: #fff;
}

.valuesTit {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
}

.valuesTit div {
    width: 50%;
}

.valuesTit img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

.valuesTit span {
    font-size: 34px;
    display: block;
    margin-bottom: 15px;
}

.valuesTit em {
    font-size: 20px;
    font-style: normal;
}

.valuesP {
    width: 1100px;
    margin: 30px auto 0;
    font-size: 20px;
    line-height: 2em;
    font-weight: 200;
}

/* 未来与发展展望 */
.futureBar {
    background: url(../images/about/4009.jpg) 0 0 no-repeat;
    background-size: 100%;
    padding: 50px 0 50px 0;
    color: #144a97;
}

.futureTit {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.futureTit li {
    flex: 1;
    color: #144a97;
    font-size: 20px;
    text-align: center;
    padding: 0 30px;
}

.futureTit li i {
    border-bottom: 2px solid #144a97;
    height: 1px;
    font-size: 1px;

    line-height: 1px;
    width: 40px;
    margin: 20px auto 0;
    display: block;

}

.futureP {
    color: #144a97;
    font-size: 20px;
    font-weight: 200;
    line-height: 2em;
    width: 1100px;
    margin: 50px auto 50px;

}

/* 技术创新 */

#TECHNOLOGY .tabMap-ul {
    width: 50%;
    margin: 0 auto;
}

#TECHNOLOGY .aboutBlock {
    background: url(../images/technology/bg-technology.jpg) center 0 no-repeat;
    background-size: 100%;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

#TECHNOLOGY .aboutBlock .block-title {
    color: #fff;
    padding-top: 40px;
}

#TECHNOLOGY .aboutBar {
    background: none;
    padding: 0;
}

.videoImg {
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0 0;
    position: relative;
}

.videoImg .video {
    width: 100%;
}

#mapWarp {
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-svg-container {
    position: absolute;
    left: 32.02%;
    top: 14.5%;
    transition: all .3s linear;
    transform-origin: left top;
}

.new-svg-container svg {
    overflow: visible;
}

.new-svg-container path {
    stroke-dasharray: 0, 1000px;
}

.new-svg-container.animated path {
    stroke-dasharray: 0, 1000px;
    animation: move 1s linear 0.8s forwards;
}

@keyframes move {
    0% {
        stroke-dasharray: 0, 1000px;
    }

    100% {
        stroke-dasharray: 1000px, 1000px;
    }
}

#mapPostion {}

.postionIco {
    width: 32px;
    height: 32px;
    background-color: red;
    background-size: 100%;
    position: absolute;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
    animation-name: flash;
}

.postion-beijing {
    position: absolute;
    right: 26.11%;
    top: 27.5%;
}

.postion-shanghai {
    position: absolute;
    right: 15.5%;
    top: 44.33%;
}

.mapInfo {
    position: absolute;
    z-index: 12;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 15px 30px;
    font-size: 16px;
    line-height: 1.8;
    border-radius: 15px;
    display: none;
}

.mapInfo p {
    margin: 0;
    padding: 0;
}

.videoImg .video img {
    width: 100%;
}

.videoImg .play {
    width: 80px;
    height: 80px;
    background: url(../images/play.png) 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    margin-left: -57px;
    margin-top: -57px;
    cursor: pointer;
}

/* 纳米 */
#TECHNOLOGY .namiBlock {
    background: none;
    position: relative;
    z-index: 3;
}

.namiBar {
    background: #f9f9f9;
    width: 1440px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.namiBar .block-tit li b {
    font-size: 18px;
    font-weight: normal;
}

.namiBar .block-tit {
    /**padding: 30px 0;**/
    position: relative;
    top: 10px;
    width: 900px;
}

.namiBar .block-tit li {
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.team-item {
    display: none;
}

.team-item.on {
    display: block;
}

.namiBar .block-tit li.on i {
    display: none;
    background: #fff;

    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: -30px;
    margin-left: -8px;
    width: 0px;
    height: 0px;
    border-top: 6px solid #1f589f;
    border-right: 10px solid #1f589f;
    border-bottom: 16px solid #f9f9f9;
    border-left: 10px solid #1f589f;
}

.namiBar .block-tit li .arrico .namiBlock .teamP {
    margin-top: -60px;
}

/*  */
.block-tab {
    width: 1440px;
    margin: 0 auto;
    margin-top: 80px;
}

.tablist-ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.tablist-ul li {
    flex: 1;
    text-align: center;
    margin: 0 15px;
}

.tablist-ul li img {
    width: 100%;
}

.item-video {
    position: relative;
}

.item-video .video {
    width: 100%;
    height: 100%;
}

.item-video .play {
    position: absolute;
    width: 80px;
    height: 80px;
    background: url(../images/play.png) no-repeat;
    background-size: 100%;
    z-index: 3;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
}

.item-title {
    padding: 20px 0;
    width: 90%;
    margin: 0 auto;
}

.item-title .title {
    font-size: 32px;
    font-size: 0.32rem;
    color: #1D4E91;
    padding-bottom: 10px;
    display: block;
}

.item-title .line {
    display: block;
    width: 30px;
    height: 3px;
    background: #ca0000;
    margin: 0 auto;
}

.item-p {
    text-align: left;
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 48px;
}

/* 疾病与临床 */
.DiseaseBlock {
    background: #f4f4f4;
    padding: 20px 0;
    margin-bottom: 200px;
}

.DiseaseBlock .block-title {}

.DiseaseBar {
    width: 1440px;
    margin: 0 auto;
    padding-bottom: 50px;
    position: relative;
}

.DiseaseList {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 3;
    ;
}

.list-ul {
    display: flex;
    align-items: center;
    width: 2000px;
}

.list-li {
    width: 384px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.list-li .item {
    margin: 0 15px;
}

.item-img img {
    width: 100%;
}

.item-txt {
    background: rgba(166, 52, 43, 0.4);
    padding: 0 20px;
    color: #fff;
    border-radius: 20px;
    margin-top: -100px;
    position: relative;
    z-index: 3;
    height: 440px;
    overflow: hidden;
}

.item-txt .tit {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

p {
    font-weight: 200;
}

.item-txt .conp {
    padding: 10px 10px;
    font-size: 16px;
    line-height: 40px;
    font-weight: 200;
}

.DiseaseBtns {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -65px;
}

.btn-prev,
.btn-next {
    display: block;
    width: 80px;
    height: 80px;
    cursor: pointer;
}

.btn-prev {
    background: url(../images/arrow-silver-left.png) no-repeat;
    background-size: 100%;
    float: left;
    /* margin-left: 60px; */
}

.btn-prev:hover {
    background: url(../images/arrow-big-red-left.png) no-repeat;
    background-size: 100%;
    float: left;
}

.btn-next {
    background: url(../images/arrow-silver-right.png) no-repeat;
    background-size: 100%;
    float: right;
    /* margin-right: 50px; */
}

.btn-next:hover {
    background: url(../images/arrow-big-red-right.png) no-repeat;
    background-size: 100%;
    float: right;
}

/* 人才中心 */
.hrBar {
    width: 1000px;
    max-width: 1000px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 30px;
}

.hrList-ul {
    font-size: 18px;
    line-height: 36px;
    width: 90%;
    margin: 0 auto;
}

.hrList-li {
    margin: 40px 0;
}

.hrList-li .crico {
    width: 36px;
    height: 36px;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-right: 5px;
    background: url(../images/hr/cri.png) no-repeat;
	background-size: 100%;
	padding-left:5px;
}

.hrImg,
.hrB_tit,
.hrB_img,
.hrB_img img {
    width: 100%;
}
.hrB_tit{
	padding-bottom:20px;
}
.hrImg {
    padding: 50px 0;
}

.hrB_con {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 46px;
    padding: 50px 20px;
}

.hrB_con p {
    margin: 30px 0;
}

.hr-title {
    color: #1D4E91;
    font-size: 28px;
    font-size: 0.28rem;
    text-align: center;
    margin: 30px 0;
}

.hr-title span {
    display: block;
}

.hr-title .tit-cn {
    font-size: 40px;
    font-size: 0.40rem;
    font-weight: 700;
    position: relative;
    z-index: 3;
    letter-spacing: 2px;
    -webkit-text-stroke: 1px #fff;

}

.hr-title .tit-en {
    font-size: 64px;
    font-size: 0.64rem;
    font-weight: 700;
    font-family: Arial, Helvetica;
    color: #ececec;
    margin-top: -90px;
    position: relative;
    z-index: 2;
    letter-spacing: 3px;
}

.hr-title .tit-line {
    border-bottom: 2px solid #cd0000;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    width: 40px;
    margin: 0 auto;
    margin-top: 20px;
    display: none;
}

.hr-slide {
    width: 80%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 180px;
}

.hr-slide-con {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 4;
}

.hr-slide-btns {
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -35px;
    width: 100%;
    padding: 0 30px;
}

.hr-slide-btns .prev,
.hr-slide-btns .next {
    display: block;
    width: 70px;
    height: 70px;
    cursor: pointer;
}

.hr-slide-btns .prev {
    float: left;
    background: url(../images/hr/arrow-left.png) no-repeat;
    background-size: 100%;
}

.hr-slide-btns .prev:hover {
    float: left;
    background: url(../images/hr/arrow-blue-left.png) no-repeat;
    background-size: 100%;
}

.hr-slide-btns .next {
    float: right;
    background: url(../images/hr/arrow-right.png) no-repeat;
    background-size: 100%;
}

.hr-slide-btns .next:hover {
    float: right;
    background: url(../images/hr/arrow-blue-right.png) no-repeat;
    background-size: 100%;
}

.hr-slide-ul {
    float: left;
    display: flex;
    width: 100%;
}

.hr-slide-li {
    width: 100%;
    flex: 1;
}

.hr-slide-li img {
    width: 100%;
}

.slide-img {
    display: block;
    width: 100%;
}

.slide-txt {
    display: block;
    background: #3668a7;
    width: 100%;
    height: 180px;
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    overflow: hidden;
}

.slide-txt p {
    padding: 20px 50px;
}

.hr-tabs-tit {
    border-bottom: 1px solid #952f2d;
}

.hr-tabs-ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-bottom: -1px;
}

.hr-tabs-ul li.on {
    background: #fff;
    border: 1px solid #952f2d;
    border-bottom: 0 none;
    border-radius: 10px 10px 0 0;
    color: #D71718;
    cursor: default;
}

.hr-tabs-li {
    padding: 15px 50px;
    font-size: 20px;
    line-height: 30px;
    cursor: pointer;
}

.hr-tabs-con {
    margin: 50px 0;
}

.tabs-con-item {
    background: #fff;
    display: block;
}

.tabs-con-item-current {
    display: block;
}

.tabs-item-tit {
    background: #f9f9f9;
    border-bottom: 1px solid #9b9b9b;
    color: #4E4E4E;
    font-size: 30px;
    line-height: 40px;
    padding: 30px 50px;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: space-between;
}

.current .tabs-item-tit {
    background: #1f589f;
    border: 0 none;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    padding: 30px 50px;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: space-between;
}

.tabs-item-arrow {
    display: block;
    width: 48px;
    height: 24px;
    background: url(../images/hr/arrow-down-red.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.current .tabs-item-arrow {
    display: block;
    width: 48px;
    height: 24px;
    background: url(../images/hr/arrow-up-white.png) no-repeat;
    background-size: 100%;
}

.tabs-item-h2 {
    padding: 0;
    margin: 0;
}

.tabs-item-con {
    padding: 30px 50px;
    font-size: 20px;
    line-height: 48px;
    margin-bottom: 50px;
    background: #f9f9f9;
}

.tabs-item-con .job-tit {
    font-weight: 400;
    margin: 20px 0;
}

.tabs-item-con .job-con {
    line-height: 60px;
}

.tabs-item-con .job-item {
    margin: 30px 0;
    display: none;
}

.tabs-item-con .job-item {
    margin: 30px 0;
    display: none;
}

.current .tabs-item-con .job-item {
    margin: 30px 0;
}

.job-share {
    display: block;
}

.current .job-share {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 18px;
}

.job-share-c {
    display: flex;
    align-items: center;
}

.job-share-c span {
    margin: 0 15px;
    cursor: pointer;
}

.job-share-c span a {
    display: block;
    width: 100%;
    height: 100%;
}

.ico-lp {
    display: block;
    width: 23px;
    height: 27px;
    background: url(../images/hr/lp.png) no-repeat;
    background-size: 100%;
}

.ico-linkin {
    display: block;
    width: 27px;
    height: 27px;
    background: url(../images/hr/linkin.png) no-repeat;
    background-size: 100%;
}

.ico-zl {
    display: block;
    width: 31px;
    height: 31px;
    background: url(../images/hr/zl.png) no-repeat;
    background-size: 100%;
}

/* 首页 */
#homepage .tabMap-container {
    width: auto;
    padding: 0;
}

#homepage .homeBlock {
    margin: 0;
}

.home-slide-ul {
    display: flex;
    justify-content: space-between;
    align-items: top;
}

.home-slide-li {
    flex: 1;
    background: #154a96;
    color: #fff;
    text-align: center;
    padding: 12% 0 8%;
}

.home-slide-li .block-con-more:hover {
    background: #fff;
    color: #144a97;
}

.home-slide-li .block-con-more:hover a {
    color: #144a97;
}


.index-slide-1 {
    background: url(../images/index/index-slide_01.jpg) no-repeat;
    background-size: 100.1%;
}

.index-slide-2 {
    background: url(../images/index/index-slide_02.jpg) no-repeat;
    background-size: 100.1%;
}

.index-slide-3 {
    background: url(../images/index/index-slide_03.jpg) no-repeat;
    background-size: 100.1%;
}

.home-slide-li .block-title {
    color: #fff;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.home-slide-li .block-title .tit-cn {
    font-size: 32px;
    font-size: 0.42rem;
    font-weight: 400;
}

.home-slide-li .block-title .tit-en {
    font-size: 18px;
    font-size: 0.3rem;
    font-weight: 400;
    margin: 10px 0;
}

.homeBlock .block-con-dd {
    height: 200px;
}

.homeBlock .block-con-dd p {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
}

.home-slide-li .block-con-dl {
    width: 80%;
    margin: 0 auto;
}

.block-title .tit-line {
    /* border-bottom: 2px solid #fff; */
}

.block-con-dt {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    margin: 5% 0;
}

.block-con-dd {
    font-size: 16px;
    line-height: 50px;
    text-align: left;
    margin: 0;
    min-height: 200px;
}

.block-con-more {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin: 40px auto;
    border: 1px solid #fff;
    border-radius: 15px;
}

.block-con-more a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 60px;
}

.block-con-more i {
    margin: 0 0 0 10px;
    font-weight: 700;
}

.serve-slide {
    position: relative;
}

.serveBlock {
    margin: 0;
}

.serve-slide-cons {
    width: 100%;
    position: relative;
}

.serve-slide-ul {
    /* width: 300%; */
    /* display: flex; */
    align-items: center;
}

.serve-slide-li {
    position: relative;
    width: 100%;
}

.serve-slide-li-con {
    background: rgba(255, 255, 255, 0.85);
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: -100px;
    width: 35%;
}

.serve-slide-li-img img {
    width: 100%;
}

.serveBlock .block-title {
    text-align: left;
    width: 50%;
    margin: 0 auto;
    margin-top: 40%;
}

.serveBlock .block-title .tit-cn {
    font-size: 36px;
    line-height: 1.5;
    font-weight: 400;
}

.serveBlock .block-title .tit-en {
    font-size: 26px;
    line-height: 1.5;
    font-weight: 400;
}

.serveBlock .block-title .tit-line {
    display: inline-block;
    border-bottom: 2px solid #cd0000;
}

.serveBlock .block-con-dl {
    width: 50%;
    margin: 0 auto;
}

.serveBlock .block-con-more {
    color: #d71518;
    border: 0 none;
    border-radius: 0;
    width: 50%;
    margin: 0 auto;
    display: block;
    margin-top: 50px;
}

.serveBlock .block-con-more a {
    color: #666;
    padding: 0;
    display: inline-block;
}

.serveBlock .block-con-more a:hover {
    color: #d71518;
}

.serveBlock .block-con-dd {
    color: #666;
    font-size: 20px;
    margin-top: 10px;
    text-align: justify;
}

.serve-slide-btns {
    position: absolute;
    z-index: 3;
    width: 65%;
    bottom: 50px;
    text-align: center;
}

.serve-slide-btns-ol {
    padding: 0;
    margin: 0;
    text-align: center;
}

.serve-slide-btns-ol li.serve-slide-btns-li {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #144a97;
    cursor: pointer;
    margin: 0 12px;
}

.serve-slide-btns-ol li.active {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #144a97;
    border: 1px solid #144a97;
    cursor: default;
}

.weGROW .serve-slide-ul {
    width: 100%;
}

.weGROW .serve-slide-li-con {
    background: rgba(255, 255, 255, 1);
    position: absolute;
    z-index: 3;
    top: 200px;
    right: auto;
    bottom: 200px;
    left: 100px;
    width: 35%;
}

.weGROW .block-title {
    text-align: left;
    width: 65%;
    margin: 0 auto;
    margin-top: 15%;
}

.weGROW .block-con-dl {
    width: 65%;
    margin: 0 auto;
}

.weGROW .block-con-more {
    color: #666;
    border: 0 none;
    border-radius: 0;
    width: 65%;
    margin: 0 auto;
    display: block;
    margin-top: 50px;
}

.weGROW .block-con-more a:hover {
    color: #d71518;
}

.newsBlock {
    clear: both;
    margin: 100px 0;
}

.newsBlock .block-title {
    text-align: left;
    width: 100%;
    margin: 0 auto;
}

.newsBar {
    width: 80%;
    margin: 0 auto;
}

.newsBlock .block-title .tit-cn {
    font-size: 36px;
    line-height: 1.5;
    font-weight: 400;
}

.newsBlock .block-title .tit-en {
    font-size: 26px;
    line-height: 1.5;
    font-weight: 400;
}

.newsBlock .block-title .tit-line {
    display: inline-block;
    border-bottom: 2px solid #cd0000;
}

.newsBar-con {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 50px 0;
}

.news-left,
.news-right {
    width: 50%;
    color: #797979;
}

.news-left a,
.news-right a {
    color: #555;
    text-decoration: none;
}

.news-left a:hover,
.news-right a:hover {
    color: #337ab7;
}

.news-left-img {
    width: 94%;
    text-align: right
}

.news-left-con {
    font-size: 18px;
    line-height: 1.5;
    width: 94%;
    padding: 30px 0;
}

.news-left-con-tit {
    font-size: 24px;
    line-height: 1.5;
    padding: 10px 0;
}

.news-left-con-txt {
    line-height: 1.8;
    padding: 10px 0;
}

.news-left-con-more {
    padding: 20px 0;
    text-align: right;
}

.news-left-con-more a:hover {
    color: #d71518;
}

.news-left-con a {
    color: #666;
    text-decoration: none;
}

.news-left-con a:hover {
    color: #d71518;
}

.news-left-con-more i {
    margin: 0 0 0 5px;
}

.news-right {
    position: relative;
    padding: 0 50px;
}

.breadcrumb {
    margin-bottom: 0;
}

.news-scoll-list {
    overflow: hidden;
    height: 300px;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.news-scoll-ul {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
}

.news-scoll-li {
    padding: 0 0 30px 0;
    position: relative;
}

.news-scoll-li .arrico {
    display: inline-block;
    width: 30px;
    height: 20px;
    background: url(../images/index/arr-gray-right.png) no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 4;
    right: 0;
    top: 57px;
}

.news-scoll-li:hover .arrico {
    background: url(../images/index/arr-red-right.png) no-repeat;
    background-size: 100%;
}

.news-scoll-btns {
    position: absolute;
    width: 38px;
    z-index: 3;
    text-align: center;
    left: 50%;
    margin-left: -38px;
    top: 0;
    bottom: 80px;
}

.news-scoll-btns .prev,
.news-scoll-btns .next {
    display: inline-block;
    width: 38px;
    height: 22px;
    position: absolute;
    z-index: 4;
    left: 0;
    cursor: pointer;
}

.news-scoll-btns .prev {
    background: url(../images/index/arr-gray-up.png) no-repeat;
    background-size: 100%;
    top: -50px;
}

.news-scoll-btns .prev:hover {
    background: url(../images/index/arr-blue-up.png) no-repeat;
    background-size: 100%;
}

.news-scoll-btns .next {
    background: url(../images/index/arr-gray-down.png) no-repeat;
    background-size: 100%;
    bottom: 0;
}

.news-scoll-btns .next:hover {
    background: url(../images/index/arr-blue-down.png) no-repeat;
    background-size: 100%;
}

.fs-20 {
    font-size: 20px;
    text-align: center;
}
.mt-20 {
    margin-top: 20px;
}
.mb-50 {
    margin-bottom: 50px;
}

.news-scoll-li-date {
    font-size: 20px;
    line-height: 1.5;
    color: #666666;
}

.news-scoll-li-tit {
    font-size: 24px;
    line-height: 1.5;
    color: #666666;
    padding: 20px 0 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 56px;
}

.news-scoll-li-tit a {
    display: block;
}

.news-scoll-li-con {
    font-size: 18px;
    line-height: 1.5;
    color: #666666;
    padding: 10px 0;
    height: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 200;
}

.news-scoll-more {
    padding: 20px 10px;
    text-align: right;
}

.news-scoll-more .block-con-more {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #666;
    margin: 0;
    border: 0 none;
    border-radius: 0;
}

.news-scoll-more .block-con-more a {
    display: inline-block;
    text-decoration: none;
    padding: 0;
}

.news-scoll-more .block-con-more a:hover {
    color: #d71518;
}

/* 应用与维修 */
.severCenter .block-tit {
    padding: 10px 0;
}

.severCenter .block-tit li {
    cursor: default;
}

.severCenter .block-tit li b {
    display: block;
}

.severCenter .block-tit li em.ico-1 {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/maintain/7_24.png) no-repeat;
    background-size: 100%;
}

.severCenter .block-tit li em.ico-2 {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/maintain/china.png) no-repeat;
    background-size: 100%;
}

.severCenter .block-tit li em.ico-3 {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/maintain/group.png) no-repeat;
    background-size: 100%;
}

.severCenter .namiBar {
    background: none;
}

.teamTitcon-ul {
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: 0 auto;
    position: relative;
    top: -30px;
    font-size: 18px;
    line-height: 1.6;
}

.teamTitcon-ul p {
    margin-bottom: 20px;
}

.teamTitcon-li {
    flex: 1;
    padding: 10px 30px;
}

.maintainBlock .block-title .tit-line {
    border-bottom: 2px solid #cd0000;
}

.maintainBlock .tablist-ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.maintainBlock .tablist-ul .item {
    width: 25%;
    flex: none;
    margin-bottom: 100px;
}

.maintainBlock .item-title .title {
    font-size: 22px;
    text-align: left;
    height: 72px;
    overflow: hidden;
    color: #555;
}

.maintainBlock .item-title {
    text-align: left;
}

.maintainBlock .item-title .line {
    display: block;
    margin: 0;
}

.maintainBlock .item-p {
    text-align: left;
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.8;
    height: 96px;
    overflow: hidden;
}

.maintainBlock .item-more {
    clear: both;
    margin: 50px 0 0 0;
    position: relative;
    bottom: -30px;
}

.maintainBlock .item-more .amore {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url(../images/maintain/more-silver.png) no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: -1000px;
}

.maintainBlock .item-more .amore:hover {
    background: url(../images/maintain/more-red.png) no-repeat;
    background-size: 100%;
}

.maintainBlock .tablist-ul li img {
    width: 100%;
}

.maintainBlock .item-con {
    background: #f9f9f9;
    margin: 0 15px;
    position: relative;
}

.navbar .container {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.navbar-header {
    flex: 2;
}

.navbar-collapse {
    flex: 8;
}

.hr-item {
    display: block;
}

.hrBlock .active {
    display: block;
}

.page_btn {
    width: 360px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.page_btn a,
.page_btn span {
    font-size: 18px;
    color: #606060;
    padding: 0 8px;
}

.page_btn a:hover,
.page_btn span {
    background: #1a4f91;
    color: #fff;
    text-decoration: none;
}

/* 视频样式新增加 */
.videosoure {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.videosoure .closeIco {
    display: block;
    width: 30px;
    height: 30px;
    background: #000 url(../images/close.png) center no-repeat;
    background-size: 60%;
    margin: 3px;
    float: left;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    cursor: pointer;
}

/* 菜单弹层 */
#postionMenu-pro {
    display: none;
}

.postionMenu-pro {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);

}

.postionMenu-pro .closeBtn {
    display: block;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: #333 url(../images/close.png) center no-repeat;
    background-size: 50%;
    cursor: pointer;
    border-radius: 0;
}
.sm-show{
	display:none;
}
.postionMenu-con {
    height: 100%;
    position: relative;
    text-align: center
}

.postionMenu-pro img {
    height: 100%;
}

/* 视频弹窗 */
#palyWindow {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
}

#palyWindow .playmain {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.0);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

#palyWindow .playcon {
    width: 80%;
    max-width: 1200px;
    height: auto;
    position: relative;
}

#palyWindow .closeIco {
    display: block;
    background: #000;
    background-size: 100%;
    position: absolute;
    z-index: 3;
    right: 0;
    cursor: pointer;
    padding: 5px;
}

#palyWindow .closeIco i {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/close.png) center no-repeat;
    background-size: 100%;
    margin: 3px;
    float: left;
}

/* =========================== */

@media (max-width: 1440px) {

    .container,
    .newsBar {
        /*width: 100%; */
    }

    .footer-container,
    .copyRightBlock {
        width: auto;
        margin: 0 30px;
    }

    .banner-title {
        top: 10%;
        font-size: 46px;
        line-height: 66px;
        width: 55%;
        margin-left: -30%;
    }

    .home-slide-li {
        min-height: auto;
        padding: 10% 0;
    }

    .home-slide-li .block-title {
		margin-top: 0;
		
    }

    .weGROW .serve-slide-li-con {
        top: 100px;
        bottom: 100px;
    }

    .weGROW .block-title,
    .weGROW .block-con-dl,
    .weGROW .block-con-more {
        width: 75%;
    }

    .serveBlock .block-title {
        margin-top: 20%;
    }

    .weGROW .serve-slide-li-con .block-con-dl {
        width: 75%;
    }

    .weGROW .serve-slide-li-con .block-con-dd {
        margin-top: 20px;
        line-height: 2em;
        font-size: 18px;
    }

    .news-left img {
        width: 100%;
    }

    .weGROW .block-con-more {
        margin-top: 30px
    }

    .newsBlock {
        margin: 50px 0;
    }

    .serch-qr {
        margin-right: 0;
    }

    .serveBlock .block-con-dl {
        width: 52%;
    }

    .news-scoll-list {
        height: 470px;
    }

    .news-scoll-li {
        padding: 0 0 10px 0;
    }

    .news-scoll-li .arrico {
        top: 42px;
    }

    .news-scoll-li-date {
        font-size: 18px;
    }

    .news-scoll-li-tit {
        font-size: 22px;
        padding: 10px 0 0 0;
    }

    .news-scoll-li-con {
        font-size: 18px;
        padding: 0;
    }

    .aboutBar {
        background-repeat: repeat;
        padding: 20px 0;
    }

    .wrapBlock {
        margin-bottom: 50px;
    }

    .teamBar {
        padding-top: 30%;
    }

    .coreBar {
        padding-top: 25%;
    }

    .valuesBar {
        padding: 5% 0;
    }

    .valuesP {
        margin: 5% auto 0;
    }

    .futureBar {
        padding: 5% 0;
    }

    .futureP {
        margin: 3% auto 0;
    }

    .videoImg,
    .namiBar,
    .block-tab {
        width: 80%
    }

    .namiBar .block-tit {
        width: 100%
    }

    .namiBar {
        padding-bottom: 3%;
    }

    .block-tab {
        margin-top: 5%;
    }

    .block-p p {
        font-size: 18px;
        line-height: 1.8em;
        margin-bottom: 30px;
    }

    .item-p {
        font-size: 16px;
        line-height: 1.8em;

    }

    .tablist-ul {
        align-items: flex-start;
    }

    .DiseaseBar {
        width: 96%;
    }

    .DiseaseList {
        width: 900px;
    }

    .list-li {
        width: 300px;
    }

    .btn-prev,
    .btn-next {
        width: 100px;
        height: 100px;
    }

    .item-txt .conp {
        padding: 3%;
        line-height: 2em;
        font-weight: 200;
    }

    .item-txt {
        height: 400px;
    }

    .hrBar {
        width: 100%;
    }

    .breadcrumb {
        padding: 15px;
    }

    .block-title {
        margin: 0 0 20px;
    }

    .hrList-ul {
        padding: 0;
    }

    .hrList-li {
        margin: 40px 0 0;
    }

    .hrImg {
        padding: 50px 0 0;
    }

    .hr-tabs-con {
        margin: 30px auto;
        width: 98%;
    }

    .maintainBlock .item-more {
        margin: 15px 0 0 0;
    }

    .maintainBlock .tablist-ul .item {
        margin-bottom: 60px;
    }
}

@media (max-width: 1200px) {
	#homepage .tabMap{
		margin-top:0;
	}
    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
        margin: 0 5px;
    }

    .banner-title {
        margin-left: -25%;
        width: 50%;
        font-size: 40px;
        line-height: 50px;
    }

    #homepage .tabMap {
        min-height: 80px;
    }

    .tabMap-li {
        padding: 10px 20px;
    }

    .home-slide-li {
        padding: 8% 0;
    }

    .homeBlock .block-con-dd {
        height: 200px;
        line-height: 2.4em;
    }

    .serveBlock .block-con-dd {
        margin-top: 40px;
        font-size: 18px;
    }

    .serveBlock .block-title .tit-cn {
        font-size: 28px;
    }

    .serveBlock .block-title .tit-en {
        font-size: 24px;
    }

    .serveBlock .block-title {
        margin-top: 11%;
    }

    .weGROW .serve-slide-li-con .block-con-dd {
        margin: 0;
    }

    .weGROW .block-con-more {
        margin-top: 10px;
    }

    .valuesTit {
        width: 70%;
    }

    .futureP,
    .valuesP,
    .block-tit,
    .block-p {
        width: 98%;
    }

    .breadcrumb {
        padding: 15px 0;
    }

    .block-title {
        margin: 0 auto 20px;
    }

    .item-video .play {
        width: 70px;
        height: 70px;
        margin: -35px 0 0 -35px;
    }

    .DiseaseList {
        width: 800px;
    }

    .list-li {
        width: 260px;
    }

    .hrList-li {
        margin: 20px 0 0;
        font-size: 16px;
        line-height: 1.8em;
    }

    .hrList-li .crico {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .tabs-item-tit,
    .current .tabs-item-tit {
        padding: 4% 4% 2%;
    }

    .tabs-item-con {
        padding: 2% 4%;
        font-size: 18px;
        margin-bottom: 3%;
    }

    .tabs-item-h2 {
        font-size: 26px;
    }

    .tabs-item-arrow,
    .current .tabs-item-arrow {
        width: 40px;
    }

    .hr-tabs-li {
        width: 20%;
        text-align: center;
        padding: 15px 0;
    }

    .hrB_con {
        width: 100%;
        font-size: 16px;
        padding: 15px;
        line-height: 1.8em;
    }

    .hrB_con p {
        margin: 10px 0;
    }

    .tabs-item-h2 {
        font-size: 20px;
    }

    .tabs-item-arrow,
    .current .tabs-item-arrow {
        width: 22px;
    }

    .tabs-item-con .job-tit,
    .current .tabs-item-con .job-item {
        margin: 5px 0;
    }

    .tabs-item-con .job-con {
        line-height: 30px;
    }

    .teamTitcon-ul {
        width: 100%;
    }

    .maintainBlock .item-title .title {
        font-size: 20px;
        height: auto;
    }

    .maintainBlock .item-p {
        font-size: 16px;
        height: 108px;
    }

    .maintainBlock .item-more {
        margin: 0;
    }

    .maintainBlock .tablist-ul .item {
        margin-bottom: 55px;
    }

    .DiseaseBar {
        padding: 0;
    }
}

@media (max-width: 1100px) {
    html {
        font-size: 500%;
    }
	.circle1{
		top:5%;
		left:28%;
		width:10vw;
		height:10vw;
	}
	.circle2{
		width: 15vw;
		height: 15vw;
		top: 10%;
		right: 20%;
	}
	.circle3{
		width: 10vw;
		height: 10vw;
		top: 11%;
		right: 4%;
	}
	.circle4{
		width: 14vw;
		height: 14vw;
		top: 7%;
		right: 26%;
	}
	.circle5{
		top:9%;
		width:12vw;
		height:12vw;
	}
    .aboutImg,
    .valuesBar,
    .futureBar {
        background: #20589F;
        border-radius: 5px;
        width: 95%;
        margin: 0 auto;
        padding: 30px 2%;
    }

    .aboutB_tit {
        width: 45%;
    }

    .aboutImg p {
        font-size: 16px;
        line-height: 1.6em;
    }

    .wrapBlock {
        margin-bottom: 20px;
    }

    .teamBar {
        padding-top: 30%;
    }

    .block-tit {
        padding: 10px 0;
        border-radius: 5px;
    }

    .block-tit li b {
        font-size: 20px;
    }

    .block-tit li,
    .block-tit li em {
        font-size: 14px;

    }

    .block-tit,
    .block-p,
    .valuesTit,
    .valuesP,
    .futureTit,
    .futureP {
        width: 98%;
        margin: 0 auto;
    }

    .block-p p {
        font-size: 16px;
        line-height: 1.8em;
    }

    .coreBar {
        padding-top: 30%;
    }

    .aboutB_img {
        width: 45%;
        padding-right: 0;
    }

    .maintainBlock .tablist-ul .item {
        width: 50%;
    }

    .maintainBlock .item-p {
        height: 55px;
    }
}

/*  */
/* @media (min-width: 768px) {} */
